Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: content/common/accessibility_messages.h

Issue 1847733005: Fix an IPC fuzzer compile failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/accessibility_messages.h
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
index d7d826a4eb81542eb69e7ee22f6ced3e9549809e..2a300eab93ad073e9c77e3f354d6af3ef1e8682d 100644
--- a/content/common/accessibility_messages.h
+++ b/content/common/accessibility_messages.h
@@ -226,7 +226,7 @@ IPC_MESSAGE_ROUTED1(
// Sent in response to AccessibilityMsg_HitTest.
IPC_MESSAGE_ROUTED2(AccessibilityHostMsg_ChildFrameHitTestResult,
gfx::Point /* location tested */,
- int /* node id of result */);
+ int /* node id of result */)
// Sent in response to AccessibilityMsg_SnapshotTree. The callback id that was
// passed to the request will be returned in |callback_id|, along with
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698