| Index: third_party/WebKit/Source/devtools/front_end/externs.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| index ce8bfc4f62ebe20481e181a189408085eccdf92c..739521cd0d90328d72219823895da5cf0ada2790 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -786,6 +786,8 @@ Gonzales.Node = function()
|
| * TODO(jsbell): DOMException should be a subclass of Error.
|
| */
|
| DOMException.prototype.message;
|
| +/** @type {number} */
|
| +DOMException.ABORT_ERR;
|
|
|
| /**
|
| * @constructor
|
|
|