Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLNoEmbedElement.h
index 1575f4d..d920bd1 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/html/HTMLElement.h"
 
-namespace WebCore {
+namespace blink {
 
 // <noembed> is an HTMLElement in script, but we use a separate interface here
 // so HTMLElement's rendererIsNeeded doesn't need to know about it.