Index: third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h |
diff --git a/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h b/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h |
index 9d262feb7fef22094548591fe2a2f745b571612a..1e418811796f5d21adffe6510e1bb58003afa5b8 100644 |
--- a/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h |
+++ b/third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h |
@@ -12,7 +12,6 @@ namespace blink { |
// Describes errors that can occur while creating a SharedWorker. |
enum WebWorkerCreationError { |
WebWorkerCreationErrorNone = 0, |
- WebWorkerCreationErrorURLMismatch, |
WebWorkerCreationErrorSecureContextMismatch, |
WebWorkerCreationErrorLast = WebWorkerCreationErrorSecureContextMismatch |
}; |