Chromium Code Reviews| 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; |
|
dstockwell
2014/08/29 01:05:43
Not sure why this is public. FIXME?
nainar1
2014/08/29 06:01:39
There should be getters and setters for this
|
| +private: |
| SandboxFlags m_sandboxFlags; |
| int m_circularSequentialID; |