Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2377193004: [DevTools] Rework some focus code. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e28311f41f2e79357d6d74201e2daa6e39ecf4bf..b1f55e7bb04317dcf17e7f66d20fab4815540b1e 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -42,6 +42,9 @@ Event.prototype.isMetaOrCtrlForTest;
/** @type {string} */
Event.prototype.code;
+/** @type {boolean} */
+Node.prototype.isConnected;
+
/**
* TODO(luoe): MouseEvent properties movementX and movementY from the
* PointerLock API are not yet standard. Once they are included in

Powered by Google App Engine
This is Rietveld 408576698