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

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXSLT.cpp

Issue 1773813007: blink: Rename modules/ method to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-modules: rebase-fixes 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
Index: third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
diff --git a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
index d5d6ee69c7477573e433156315238d98fcb49ff8..54d5c60b49ed374f7768fee276351249e9da0153 100644
--- a/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
+++ b/third_party/WebKit/Source/core/xml/DocumentXSLT.cpp
@@ -44,7 +44,7 @@ public:
ASSERT(event->type() == "DOMContentLoaded");
ScriptState::Scope scope(scriptState);
- Document& document = *toDocument(scriptState->executionContext());
+ Document& document = *toDocument(scriptState->getExecutionContext());
ASSERT(!document.parsing());
// Processing instruction (XML documents only).

Powered by Google App Engine
This is Rietveld 408576698