| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index e603a0585eef7c2fccdfda913169d33766fbe8a6..d83cc7b6f04d2db228da2e4762df70771d9d17ce 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -188,7 +188,6 @@ public:
|
| // Called when a watched CSS selector matches or stops matching.
|
| virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { }
|
|
|
| -
|
| // Console messages ----------------------------------------------------
|
|
|
| // Whether or not we should report a detailed message for the given source.
|
|
|