| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 639e9d9550b9e16372a3dfb97afff3f407d14e3f..f040c37ad9e8d0a709a9fd56a3aa699d0405bef1 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -94,10 +94,11 @@ public:
|
| virtual void setMenubarVisible(bool);
|
| virtual bool menubarVisible();
|
| virtual void setResizable(bool);
|
| + virtual bool shouldReportDetailedMessageForSource(const WTF::String&);
|
| virtual void addMessageToConsole(
|
| WebCore::MessageSource, WebCore::MessageLevel,
|
| const WTF::String& message, unsigned lineNumber,
|
| - const WTF::String& sourceID);
|
| + const WTF::String& sourceID, const WTF::String& stackTrace);
|
| virtual bool canRunBeforeUnloadConfirmPanel();
|
| virtual bool runBeforeUnloadConfirmPanel(
|
| const WTF::String& message, WebCore::Frame*);
|
|
|