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). |