summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/WebFrameClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/WebFrameClient.h')
-rw-r--r--chromium/third_party/WebKit/public/web/WebFrameClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/public/web/WebFrameClient.h b/chromium/third_party/WebKit/public/web/WebFrameClient.h
index 213093ba8c8..67ca37e9fea 100644
--- a/chromium/third_party/WebKit/public/web/WebFrameClient.h
+++ b/chromium/third_party/WebKit/public/web/WebFrameClient.h
@@ -507,7 +507,7 @@ class BLINK_EXPORT WebFrameClient {
// Returns string to be used as a frame id in the devtools protocol.
// It is derived from the content's devtools_frame_token, is
// defined by the browser and passed into Blink upon frame creation.
- virtual WebString GetInstrumentationToken() { return ""; }
+ virtual WebString GetInstrumentationToken() { return WebString(""); }
// PlzNavigate
// Called to abort a navigation that is being handled by the browser process.