| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index ccb887733cefe46d789cb35d8b1f7b96b33f70c9..ae2f711c5ab420147a7bfc76f55d845a17ceda15 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -151,7 +151,9 @@ private:
|
| int installNewTimeout(PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
|
| void removeTimeoutByID(int timeoutID); // This makes underlying DOMTimer instance destructed.
|
|
|
| +public:
|
| ExecutionContextClient* m_client;
|
| +private:
|
| SandboxFlags m_sandboxFlags;
|
|
|
| int m_circularSequentialID;
|
|
|