Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/WebKit/Source/modules/websockets/WebSocketChannel.h

Issue 2016123002: Remove ScriptCallStack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2006893004
Patch Set: rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
index 51bf3be0b97a16a9a75caee4bc363295ef8c4afb..14cdd6862a630b9183f239813f45da43a1633833 100644
--- a/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
+++ b/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
@@ -90,7 +90,7 @@ public:
// at the devtools console. Even if location is specified, it may be ignored
// and the "current" location in the sense of JavaScript execution
// may be shown if this method is called in a JS execution context.
- // You can pass null location if unknown.
+ // Location should not be null.
virtual void fail(const String& reason, MessageLevel, PassOwnPtr<SourceLocation>) = 0;
// Do not call any methods after calling this method.

Powered by Google App Engine
This is Rietveld 408576698