Commit 3f4f524d authored by lukasza's avatar lukasza Committed by Commit bot

Requiring Get prefix for 2 more methods (to avoid conflicts after Blink rename).

This CL adds a few more methods that cause name collisions when Blink
is rewritten to match Chromium style:
- dragOperation
- locationInBackingMap

BUG=582312
TBR=dcheng@chromium.org

Review-Url: https://codereview.chromium.org/2805133006
Cr-Commit-Position: refs/heads/master@{#463039}
parent b0fda018
......@@ -670,6 +670,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"counterDirectives",
"counterMaps"
"document",
"dragOperation",
"element",
"emptyChromeClient",
"emptyEditorClient",
......@@ -702,6 +703,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"lineEndings",
"lineJoin",
"listItems",
"locationInBackingMap",
"matchedProperties",
"midpointState",
"modifiers",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment