| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 9dd259f8d6c66cc4bcd38c1d5aaeecd4a4fa2878..5628fa64bea0f976d41264893e6226252f6752ad 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -290,6 +290,7 @@ public:
|
| void clearEventQueue();
|
|
|
| void acceptLanguagesChanged();
|
| + void replaceDocument(String documentSource, String contentType, String encodingName);
|
|
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
|
|
|
|
|