| Index: Source/core/dom/ScriptRunner.h
|
| diff --git a/Source/core/dom/ScriptRunner.h b/Source/core/dom/ScriptRunner.h
|
| index 42afd02d27362e63c239d73996cea1061cf80ad3..7f0cfbe5a237cc370cd4494b19aeb27ddb7dd7e3 100644
|
| --- a/Source/core/dom/ScriptRunner.h
|
| +++ b/Source/core/dom/ScriptRunner.h
|
| @@ -56,7 +56,7 @@ public:
|
| void notifyScriptReady(ScriptLoader*, ExecutionType);
|
| void notifyScriptLoadError(ScriptLoader*, ExecutionType);
|
|
|
| - void movePendingAsyncScript(ScriptRunner*, ScriptLoader*);
|
| + static void movePendingAsyncScript(Document&, Document&, ScriptLoader*);
|
|
|
| void trace(Visitor*);
|
|
|
| @@ -67,6 +67,8 @@ private:
|
|
|
| void addPendingAsyncScript(ScriptLoader*);
|
|
|
| + void movePendingAsyncScript(ScriptRunner*, ScriptLoader*);
|
| +
|
| RawPtrWillBeMember<Document> m_document;
|
| WillBeHeapVector<RawPtrWillBeMember<ScriptLoader> > m_scriptsToExecuteInOrder;
|
| // http://www.whatwg.org/specs/web-apps/current-work/#set-of-scripts-that-will-execute-as-soon-as-possible
|
|
|