| Index: Source/WebCore/inspector/front-end/HandlerRegistry.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/HandlerRegistry.js (revision 123353)
|
| +++ Source/WebCore/inspector/front-end/HandlerRegistry.js (working copy)
|
| @@ -96,7 +96,7 @@
|
| */
|
| appendApplicableItems: function(contextMenu, target)
|
| {
|
| - if (!(target instanceof WebInspector.UISourceCode || target instanceof WebInspector.Resource))
|
| + if (!(target instanceof WebInspector.UISourceCode || target instanceof WebInspector.Resource || target instanceof WebInspector.NetworkRequest))
|
| return;
|
| var contentProvider = /** @type {WebInspector.ContentProvider} */ target;
|
| if (!contentProvider.contentURL())
|
|
|