Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementCallbackInvocation.cpp
index a6e6e1b..efa5c62 100644 (file)
@@ -35,7 +35,7 @@
 #include "core/dom/Element.h"
 #include "core/dom/custom/CustomElementScheduler.h"
 
-namespace WebCore {
+namespace blink {
 
 class AttachedDetachedInvocation : public CustomElementCallbackInvocation {
 public:
@@ -132,4 +132,4 @@ PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::cre
     return adoptPtr(new AttributeChangedInvocation(callbacks, name, oldValue, newValue));
 }
 
-} // namespace WebCore
+} // namespace blink