| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 955475e2693e62201f363ff20bcd1ccd63782569..6751003a8eb3f2ea27a0b8dd84723a1e9d601c6f 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -330,6 +330,7 @@ public:
|
| void acceptLanguagesChanged();
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
| + void replaceDocument(String documentSource, String contentType, String encodingName);
|
|
|
| protected:
|
| DOMWindowLifecycleNotifier& lifecycleNotifier();
|
|
|