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

Unified Diff: third_party/WebKit/Source/core/frame/SmartClip.cpp

Issue 2811793004: Rename EqualIgnoringCase*() to DeprecatedEqualIgnoringCase*() (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/frame/SmartClip.cpp
diff --git a/third_party/WebKit/Source/core/frame/SmartClip.cpp b/third_party/WebKit/Source/core/frame/SmartClip.cpp
index c5a7d5dd0e2c05076f6698d84542f2abd4b9a84b..357b3a2ac4566775ba8abc6ecd7477e10613da41 100644
--- a/third_party/WebKit/Source/core/frame/SmartClip.cpp
+++ b/third_party/WebKit/Source/core/frame/SmartClip.cpp
@@ -171,7 +171,7 @@ Node* SmartClip::FindBestOverlappingNode(Node* root_node,
IntRect node_rect = node->PixelSnappedBoundingBox();
if (node->IsElementNode() &&
- EqualIgnoringCase(
+ DeprecatedEqualIgnoringCase(
ToElement(node)->FastGetAttribute(HTMLNames::aria_hiddenAttr),
"true")) {
node = NodeTraversal::NextSkippingChildren(*node, root_node);
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698