| Index: third_party/WebKit/Source/core/dom/ExceptionCode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExceptionCode.h b/third_party/WebKit/Source/core/dom/ExceptionCode.h
|
| index 61fa29488ea17ba44f0793d033ec39304dd11393..5edb042b969bd63457bdad18a3b5782ad930245a 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExceptionCode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExceptionCode.h
|
| @@ -28,8 +28,7 @@ namespace blink {
|
| // an exception of any type can be expressed with a single integer.
|
| typedef int ExceptionCode;
|
|
|
| -// This list must be in sync with the |domExceptions| in PrivateScriptRunner.js
|
| -// and |coreExceptions| in DOMExceptions.cpp.
|
| +// This list must be in sync with |coreExceptions| in DOMExceptions.cpp.
|
| // Some of these are considered historical since they have been
|
| // changed or removed from the specifications.
|
| enum {
|
|
|