Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / shadow / ShadowElementNames.h
index 61ee1ca..7d35f63 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "wtf/text/AtomicString.h"
 
-namespace WebCore {
+namespace blink {
 
 namespace ShadowElementNames {
 
@@ -51,6 +51,7 @@ const AtomicString& sliderThumb();
 const AtomicString& sliderTrack();
 const AtomicString& speechButton();
 const AtomicString& textFieldContainer();
+const AtomicString& optGroupLabel();
 
 }