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

Unified Diff: Source/core/dom/ScriptLoader.h

Issue 19762002: [HTML Imports] Let script of imported document running. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 7 years, 5 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: Source/core/dom/ScriptLoader.h
diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h
index 55fb1678aaab2d4c88fb3989bfa129aa455c473d..8e70fa462485dc667d0bdfbde2401e359e0f7969 100644
--- a/Source/core/dom/ScriptLoader.h
+++ b/Source/core/dom/ScriptLoader.h
@@ -82,6 +82,7 @@ private:
void stopLoadRequest();
ScriptLoaderClient* client() const;
+ Document* executingDocument() const;
// CachedResourceClient
virtual void notifyFinished(CachedResource*) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698