| Index: webkit/glue/webframe_impl.h
|
| diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
|
| index f91c06c7703f6b5e7af8ff4bd38963893e11729d..dfa226a749cce8dd3a2a558ccdb1822d98e5999f 100644
|
| --- a/webkit/glue/webframe_impl.h
|
| +++ b/webkit/glue/webframe_impl.h
|
| @@ -121,6 +121,12 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
|
|
|
| virtual NPObject* GetWindowNPObject();
|
|
|
| +#if USE(V8)
|
| + // Returns the V8 context for this frame, or an empty handle if there is
|
| + // none.
|
| + virtual v8::Local<v8::Context> GetScriptContext();
|
| +#endif
|
| +
|
| virtual void GetContentAsPlainText(int max_chars, std::wstring* text) const;
|
| virtual bool Find(
|
| int request_id,
|
|
|