Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: Source/core/dom/ExecutionContext.h

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Exposing the Web Animations API to Web Workers Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698