Index: Source/core/frame/FrameConsole.h |
diff --git a/Source/core/frame/FrameConsole.h b/Source/core/frame/FrameConsole.h |
index b98859d5ad2c523790fe954803de0041455934ff..1af8714e91e4e378871471bf5a16f2c02b8f7386 100644 |
--- a/Source/core/frame/FrameConsole.h |
+++ b/Source/core/frame/FrameConsole.h |
@@ -47,7 +47,7 @@ class WorkerGlobalScopeProxy; |
// 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 FrameConsole FINAL : public NoBaseWillBeGarbageCollected<FrameConsole> { |
+class FrameConsole final : public NoBaseWillBeGarbageCollected<FrameConsole> { |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(FrameConsole); |
public: |
static PassOwnPtrWillBeRawPtr<FrameConsole> create(LocalFrame& frame) |