| Index: Source/WebCore/inspector/front-end/ObjectPropertiesSection.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/ObjectPropertiesSection.js (revision 135295)
|
| +++ Source/WebCore/inspector/front-end/ObjectPropertiesSection.js (working copy)
|
| @@ -53,7 +53,7 @@
|
| WebInspector.ObjectPropertiesSection.prototype = {
|
| enableContextMenu: function()
|
| {
|
| - this.element.addEventListener("contextmenu", this._contextMenuEventFired.bind(this), true);
|
| + this.element.addEventListener("contextmenu", this._contextMenuEventFired.bind(this), false);
|
| },
|
|
|
| _contextMenuEventFired: function(event)
|
|
|