X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLIFrameElement.h;h=eb23d1fb52982084357a936b6fa2fe028d079a22;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=9017d774a22560f81a0154d1842b73feec2d2ab3;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/src/third_party/WebKit/Source/core/html/HTMLIFrameElement.h index 9017d77..eb23d1f 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLIFrameElement.h +++ b/src/third_party/WebKit/Source/core/html/HTMLIFrameElement.h @@ -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