Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementException.cpp
index 046a39d..ca94871 100644 (file)
@@ -80,10 +80,6 @@ void CustomElementException::throwException(Reason reason, const AtomicString& t
         exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object.");
         return;
 
-    case PrototypeNotAnObject:
-        exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype option is not an object.");
-        return;
-
     case TypeAlreadyRegistered:
         exceptionState.throwDOMException(NotSupportedError, preamble(type) + "A type with that name is already registered.");
         return;