Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PageLifecycleObserver.cpp
index 040dccc..4870f2e 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "core/page/Page.h"
 
-namespace WebCore {
+namespace blink {
 
 template<> void observerContext(Page* context, LifecycleObserver<Page>* observer)
 {
@@ -42,7 +42,7 @@ template<> void unobserverContext(Page* context, LifecycleObserver<Page>* observ
 }
 
 PageLifecycleObserver::PageLifecycleObserver(Page* page)
-    : LifecycleObserver(page, PageLifecycleObserverType)
+    : LifecycleObserver<Page>(page, PageLifecycleObserverType)
 {
 }
 
@@ -55,4 +55,4 @@ Page* PageLifecycleObserver::page() const
     return static_cast<Page*>(lifecycleContext());
 }
 
-} // namespace WebCore
+} // namespace blink