| 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 798da8945911d8a2f0142b6547512a5d3a1e47d5..0835cbaab6481c03fab5e8c73c51d66333f03ecc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -829,14 +829,20 @@ var Bindings = {};
|
| /** @type {!Object} */
|
| var CmModes = {};
|
| /** @type {!Object} */
|
| +var ColorPicker = {};
|
| +/** @type {!Object} */
|
| var Common = {};
|
| /** @type {!Object} */
|
| var Components = {};
|
| // Closure uses Console as a namespace item so we cannot override it right now.
|
| var Console = {};
|
| /** @type {!Object} */
|
| +var CookieTable = {};
|
| +/** @type {!Object} */
|
| var CSSTracker = {};
|
| /** @type {!Object} */
|
| +var DataGrid = {};
|
| +/** @type {!Object} */
|
| var Devices = {};
|
| /** @type {!Object} */
|
| var Diff = {};
|
| @@ -853,6 +859,8 @@ var HeapSnapshotWorker = {};
|
| /** @type {!Object} */
|
| var Host = {};
|
| /** @type {!Object} */
|
| +var InlineEditor = {};
|
| +/** @type {!Object} */
|
| var LayerViewer = {};
|
| /** @type {!Object} */
|
| var Layers = {};
|
|
|