| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 35d0cfc4862742711f1990f4e8b29bffcd93edcd..9fa0ec6244163cafd7a09b403ec7f5b5cb748e98 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -317,7 +317,7 @@ public:
|
|
|
| // FIXME: Temporary method to accommodate out-of-process frame ancestors;
|
| // will be removed when there can be multiple WebWidgets for a single page.
|
| - WebLocalFrameImpl* localFrameRootTemporary();
|
| + WebLocalFrameImpl* localFrameRootTemporary() const;
|
|
|
| // Event related methods:
|
| void mouseContextMenu(const WebMouseEvent&);
|
|
|