| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 355ed97a91f1372eefa8b811b069280f4ebad88e..96e4183efe0244a2a4dcad5d3ea0cbb40d79a94a 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -497,8 +497,8 @@ public:
|
|
|
| CachedResourceLoader* cachedResourceLoader() { return m_cachedResourceLoader.get(); }
|
|
|
| - virtual void attach();
|
| - virtual void detach();
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| void prepareForDestruction();
|
|
|
| // Override ScriptExecutionContext methods to do additional work
|
|
|