| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 5f0766882ccc813c9447f0dd0865045b447e417c..dc0cdac8c0eca571ea2a287386e7b3e2d556fd86 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -400,7 +400,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual bool AddMessageToConsole(int32 level,
|
| const string16& message,
|
| int32 line_no,
|
| - const string16& source_id) OVERRIDE;
|
| + const string16& source_id,
|
| + const string16& stack_trace) OVERRIDE;
|
| virtual RendererPreferences GetRendererPrefs(
|
| BrowserContext* browser_context) const OVERRIDE;
|
| virtual WebPreferences GetWebkitPrefs() OVERRIDE;
|
|
|