Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / ScopedPageLoadDeferrer.h
index 62bcae9..8bc8779 100644 (file)
@@ -29,10 +29,10 @@ namespace blink {
 class LocalFrame;
 class Page;
 
-class ScopedPageLoadDeferrer FINAL : public NoBaseWillBeGarbageCollectedFinalized<ScopedPageLoadDeferrer> {
+class ScopedPageLoadDeferrer final : public NoBaseWillBeGarbageCollectedFinalized<ScopedPageLoadDeferrer> {
     WTF_MAKE_NONCOPYABLE(ScopedPageLoadDeferrer);
 public:
-    ScopedPageLoadDeferrer(Page* exclusion = 0);
+    ScopedPageLoadDeferrer(Page* exclusion = nullptr);
     ~ScopedPageLoadDeferrer();
 
 #if ENABLE(OILPAN)