X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLSummaryElement.cpp;h=bde6a14f06e35c13564ed7882d730dc892723fb9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=821b37a8e999b53ab62c26461441faf695eeb985;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp b/src/third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp index 821b37a..bde6a14 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp +++ b/src/third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp @@ -21,7 +21,7 @@ #include "config.h" #include "core/html/HTMLSummaryElement.h" -#include "bindings/v8/ExceptionStatePlaceholder.h" +#include "bindings/core/v8/ExceptionStatePlaceholder.h" #include "core/HTMLNames.h" #include "core/events/KeyboardEvent.h" #include "core/dom/NodeRenderingTraversal.h" @@ -31,7 +31,7 @@ #include "core/html/shadow/DetailsMarkerControl.h" #include "core/rendering/RenderBlockFlow.h" -namespace WebCore { +namespace blink { using namespace HTMLNames;