| Index: webkit/port/bindings/v8/v8_proxy.cpp
|
| ===================================================================
|
| --- webkit/port/bindings/v8/v8_proxy.cpp (revision 6238)
|
| +++ webkit/port/bindings/v8/v8_proxy.cpp (working copy)
|
| @@ -1800,7 +1800,6 @@
|
| if (active_security_origin->protocol() == ui_resource_protocol) {
|
| KURL inspector_url = ChromiumBridge::inspectorURL();
|
| ASSERT(inspector_url.protocol() == ui_resource_protocol);
|
| - ASSERT(inspector_url.protocol().endsWith("-resource"));
|
|
|
| // The Inspector can access anything.
|
| if (active_security_origin->host() == inspector_url.host())
|
|
|