Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ExecutionContext.h
index 8406980..f5958f4 100644 (file)
@@ -59,7 +59,7 @@ class ExecutionContext
     : public LifecycleContext<ExecutionContext>
     , public WillBeHeapSupplementable<ExecutionContext> {
 public:
-    virtual void trace(Visitor*) OVERRIDE;
+    virtual void trace(Visitor*) override;
 
     virtual bool isDocument() const { return false; }
     virtual bool isWorkerGlobalScope() const { return false; }