Skip to content

Commit 41f881d

Browse files
authored
cobalt: Fix typo in DialServerImpl (#11511)
This typo breaks non-debug builds, which also explains why it was not caught by bots or the usual devel/debug local builds. Bug: 508769374
1 parent 6e053d1 commit 41f881d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cobalt/browser/dial/dial_server_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class DialServerImpl final : public content::DocumentService<mojom::DialServer>,
5959
http_request_handler_callback,
6060
mojom::DialResponsePtr);
6161

62-
SEQUENCE_CHECKER(sequence_checker_;)
62+
SEQUENCE_CHECKER(sequence_checker_);
6363

6464
mojo::Remote<mojom::DialRequestHandler> request_handler_
6565
GUARDED_BY_CONTEXT(sequence_checker_);

0 commit comments

Comments
 (0)