Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementException.h
index 3b9c7e2..4364e2a 100644 (file)
@@ -50,7 +50,6 @@ public:
         ExtendsIsCustomElementName,
         InvalidName,
         PrototypeInUse,
-        PrototypeNotAnObject,
         TypeAlreadyRegistered
     };
 
@@ -62,6 +61,6 @@ private:
     static String preamble(const AtomicString& type);
 };
 
-}
+} // namespace blink
 
 #endif // CustomElementException_h