Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / resolver / ViewportStyleResolver.h
index 604a989..0fac0ee 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/RefCounted.h"
 #include "wtf/RefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class Document;
 class MutableStylePropertySet;
@@ -66,11 +66,11 @@ private:
     float viewportArgumentValue(CSSPropertyID) const;
     Length viewportLengthValue(CSSPropertyID) const;
 
-    Document* m_document;
+    RawPtrWillBeMember<Document> m_document;
     RefPtrWillBeMember<MutableStylePropertySet> m_propertySet;
     bool m_hasAuthorStyle;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ViewportStyleResolver_h