| Index: third_party/WebKit/Source/core/frame/FrameConsole.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.h b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| index e7695b0d4e73e7c8d6f8aa6cb685f57368c6150e..d12741dd9c098f722bc2939d88191ed7159ec629 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
|
| @@ -43,8 +43,10 @@ class ResourceError;
|
| class ResourceResponse;
|
| class SourceLocation;
|
|
|
| -// FrameConsole takes per-frame console messages and routes them up through the FrameHost to the ChromeClient and Inspector.
|
| -// It's meant as an abstraction around ChromeClient calls and the way that Blink core/ can add messages to the console.
|
| +// FrameConsole takes per-frame console messages and routes them up through the
|
| +// FrameHost to the ChromeClient and Inspector. It's meant as an abstraction
|
| +// around ChromeClient calls and the way that Blink core/ can add messages to
|
| +// the console.
|
| class CORE_EXPORT FrameConsole final : public GarbageCollected<FrameConsole> {
|
| public:
|
| static FrameConsole* create(LocalFrame& frame) {
|
|
|