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) { ...@@ -670,6 +670,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"counterDirectives", "counterDirectives",
"counterMaps" "counterMaps"
"document", "document",
"dragOperation",
"element", "element",
"emptyChromeClient", "emptyChromeClient",
"emptyEditorClient", "emptyEditorClient",
...@@ -702,6 +703,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { ...@@ -702,6 +703,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"lineEndings", "lineEndings",
"lineJoin", "lineJoin",
"listItems", "listItems",
"locationInBackingMap",
"matchedProperties", "matchedProperties",
"midpointState", "midpointState",
"modifiers", "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