| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 3728b71471f1240c8a7dd2048bad5bd49b976847..1cbb69b56ecb969138b80aec483aa3c699605fa3 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1074,7 +1074,7 @@ private:
|
|
|
| virtual void refScriptExecutionContext() { ref(); }
|
| virtual void derefScriptExecutionContext() { deref(); }
|
| - virtual PassOwnPtr<ContextLifecycleNotifier> createLifecycleNotifier() OVERRIDE;
|
| + virtual PassOwnPtr<LifecycleNotifier> createLifecycleNotifier() OVERRIDE;
|
|
|
| virtual const KURL& virtualURL() const; // Same as url(), but needed for ScriptExecutionContext to implement it without a performance loss for direct calls.
|
| virtual KURL virtualCompleteURL(const String&) const; // Same as completeURL() for the same reason as above.
|
|
|