| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 810d66a0ab3df9eaaff633e28ce451456efe091c..66207c436164c1655a671cf549f2993115eb21be 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 shouldReportDetailedMessage(v8::Handle<v8::Context>, const WTF::String& source);
|
| virtual void addMessageToConsole(
|
| WebCore::MessageSource, WebCore::MessageLevel,
|
| const WTF::String& message, unsigned lineNumber,
|
| - const WTF::String& sourceID);
|
| + const WTF::String& sourceID, const WTF::String& details);
|
| virtual bool canRunBeforeUnloadConfirmPanel();
|
| virtual bool runBeforeUnloadConfirmPanel(
|
| const WTF::String& message, WebCore::Frame*);
|
|
|