Index: third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
index 30383c563e6187ff4e8a3727a5c442f01763efe9..0798abb4abff590836dceaee1212af072d5f4008 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js |
@@ -66,7 +66,7 @@ WebInspector.ObjectEventListenersSidebarPane.prototype = { |
*/ |
function windowObjectInContext(fulfill, reject) |
{ |
- executionContext.evaluate("self", WebInspector.ObjectEventListenersSidebarPane._objectGroupName, false, true, false, false, mycallback); |
+ executionContext.evaluate("self", WebInspector.ObjectEventListenersSidebarPane._objectGroupName, false, true, false, false, false, mycallback); |
/** |
* @param {?WebInspector.RemoteObject} object |
*/ |