Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLIFrameElement.h
index 9017d77..eb23d1f 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "core/html/HTMLFrameElementBase.h"
 
-namespace WebCore {
+namespace blink {
 
 class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
 public:
@@ -36,6 +36,7 @@ private:
     explicit HTMLIFrameElement(Document&);
 
     virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
+    virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
     virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
 
@@ -53,6 +54,6 @@ private:
     bool m_didLoadNonEmptyDocument;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // HTMLIFrameElement_h