summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/port/bindings/v8/v8_proxy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.cpp b/webkit/port/bindings/v8/v8_proxy.cpp
index 5740c1e..13675ff 100644
--- a/webkit/port/bindings/v8/v8_proxy.cpp
+++ b/webkit/port/bindings/v8/v8_proxy.cpp
@@ -1914,7 +1914,6 @@ bool V8Proxy::CanAccessPrivate(DOMWindow* target_window)
// We have seen crashes were the security origin of the target has not been
// initialized. Defend against that.
- ASSERT(target_security_origin);
if (!target_security_origin)
return false;