X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fframe%2FConsole.h;h=936caf6bfebdeb304ea4437f42c24a725ed90614;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=39b76f993a4dfcc6b2ae493f524ebada95cf89e2;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/frame/Console.h b/src/third_party/WebKit/Source/core/frame/Console.h index 39b76f9..936caf6 100644 --- a/src/third_party/WebKit/Source/core/frame/Console.h +++ b/src/third_party/WebKit/Source/core/frame/Console.h @@ -41,7 +41,7 @@ namespace blink { class LocalFrame; class MemoryInfo; -class Console FINAL : public ConsoleBase, public DOMWindowProperty { +class Console final : public ConsoleBase, public DOMWindowProperty { DEFINE_WRAPPERTYPEINFO(); WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Console); public: @@ -53,11 +53,11 @@ public: PassRefPtrWillBeRawPtr memory() const; - virtual void trace(Visitor*) OVERRIDE; + virtual void trace(Visitor*) override; protected: - virtual ExecutionContext* context() OVERRIDE; - virtual void reportMessageToConsole(PassRefPtrWillBeRawPtr) OVERRIDE; + virtual ExecutionContext* context() override; + virtual void reportMessageToConsole(PassRefPtrWillBeRawPtr) override; private: explicit Console(LocalFrame*);