| 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.
|
|
|