| Index: page/DOMWindow.h
|
| ===================================================================
|
| --- page/DOMWindow.h (revision 45460)
|
| +++ page/DOMWindow.h (working copy)
|
| @@ -39,6 +39,7 @@
|
|
|
| class BarInfo;
|
| class BeforeUnloadEvent;
|
| + class Chaos;
|
| class CSSRuleList;
|
| class CSSStyleDeclaration;
|
| class Console;
|
| @@ -390,6 +391,8 @@
|
| DOMApplicationCache* optionalApplicationCache() const { return m_applicationCache.get(); }
|
| #endif
|
|
|
| + Chaos *chaos() const;
|
| +
|
| using RefCounted<DOMWindow>::ref;
|
| using RefCounted<DOMWindow>::deref;
|
|
|
| @@ -424,6 +427,7 @@
|
| #if ENABLE(OFFLINE_WEB_APPLICATIONS)
|
| mutable RefPtr<DOMApplicationCache> m_applicationCache;
|
| #endif
|
| + mutable RefPtr<Chaos> m_chaos;
|
|
|
| RegisteredEventListenerVector m_eventListeners;
|
| };
|
|
|