| Index: sky/engine/core/html/parser/HTMLScriptRunner.h
|
| diff --git a/sky/engine/core/html/parser/HTMLScriptRunner.h b/sky/engine/core/html/parser/HTMLScriptRunner.h
|
| index ca21236dace151ea1c5feca0d0d1e70ba3d75ddd..e3c4c880cc0e250d82b1374f26d239daea95a0f7 100644
|
| --- a/sky/engine/core/html/parser/HTMLScriptRunner.h
|
| +++ b/sky/engine/core/html/parser/HTMLScriptRunner.h
|
| @@ -20,14 +20,10 @@ public:
|
|
|
| void runScript(PassRefPtr<HTMLScriptElement>, TextPosition);
|
|
|
| - bool hasPendingScripts() const { return m_pendingScript; }
|
| - void executePendingScripts();
|
| -
|
| private:
|
| void executeScript(PassRefPtr<HTMLScriptElement>, TextPosition);
|
|
|
| bool m_isExecutingScript;
|
| - RefPtr<HTMLScriptElement> m_pendingScript;
|
| TextPosition m_textPosition;
|
| };
|
|
|
|
|