X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2Fcustom%2FCustomElementMicrotaskResolutionStep.cpp;h=8a422d5e60efff8c463b4ed3380b8c4a2117c684;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=7996219b539295d86334354bd8553e4dbb381e9c;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp b/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp index 7996219..8a422d5 100644 --- a/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp +++ b/src/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp @@ -34,7 +34,7 @@ #include "core/dom/Element.h" #include "core/dom/custom/CustomElementRegistrationContext.h" -namespace WebCore { +namespace blink { PassOwnPtrWillBeRawPtr CustomElementMicrotaskResolutionStep::create(PassRefPtrWillBeRawPtr context, PassRefPtrWillBeRawPtr element, const CustomElementDescriptor& descriptor) { @@ -73,4 +73,4 @@ void CustomElementMicrotaskResolutionStep::show(unsigned indent) } #endif -} // namespace WebCore +} // namespace blink