| Index: Source/core/dom/ScriptElement.h
|
| diff --git a/Source/core/dom/ScriptElement.h b/Source/core/dom/ScriptElement.h
|
| index 7f9869e09e95f5648536dff94e7f346243ba58d5..e784dcef17c9e48965352923e50dae3b266e21b5 100644
|
| --- a/Source/core/dom/ScriptElement.h
|
| +++ b/Source/core/dom/ScriptElement.h
|
| @@ -49,6 +49,8 @@ public:
|
| void executeScript(const ScriptSourceCode&);
|
| void execute(CachedScript*);
|
|
|
| + static void prepareScriptCallback(Element*);
|
| +
|
| // XML parser calls these
|
| virtual void dispatchLoadEvent() = 0;
|
| void dispatchErrorEvent();
|
|
|