Index: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp |
diff --git a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp |
index 5fced7a87a93118b0745c0c72b7b5105162962f2..d97c7ea6ff763143061668c1dcb859fc1c874a7b 100644 |
--- a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp |
+++ b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp |
@@ -675,6 +675,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { |
"color", |
"compositorElementId", |
"constructionStack", |
+ "controlSize", |
"counterDirectives", |
"counterMaps", |
"document", |
@@ -730,9 +731,9 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { |
"processingInstruction", |
"qualifiedNameCache", |
"readyState", |
- "relList", |
"referrer", |
"referrerPolicy", |
+ "relList", |
"resource", |
"response", |
"restrictedKeyMap", |
@@ -740,14 +741,18 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { |
"screenInfo", |
"screenOrientationController", |
"scrollAnimator", |
+ "scrollbarPainterMap", |
+ "scrollbarSet", |
"selectionInDOMTree", |
"selectionInFlatTree", |
"selectionVisualRectMap", |
"selectorTextCache", |
"settings", |
+ "shadowRootType", |
"signalingState", |
"snapshotById", |
"state", |
+ "stickyConstraintsMap", |
"string", |
"styleSharingList", |
"styleSheet", |
@@ -755,6 +760,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { |
"text", |
"textAlign", |
"textBaseline", |
+ "textDirection", |
"theme", |
"thread", |
"timing", |
@@ -767,6 +773,8 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) { |
"webFrame", |
"widget", |
"wordBoundaries", |
+ "workerThread", |
+ "worldId", |
"worldMap", |
"wrapperTypeInfo"}; |
for (const auto& conflicting_method : kConflictingMethods) { |