Title: [108260] trunk/Source/WebCore
Revision
108260
Author
[email protected]
Date
2012-02-20 13:52:00 -0800 (Mon, 20 Feb 2012)

Log Message

Rubber stamped by Sam Weinig.

* bindings/js/JSDOMWindowBase.cpp:
(WebCore::JSDOMWindowBase::allowsAccessFrom):
    - Errk, remove dead code from end of function.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108259 => 108260)


--- trunk/Source/WebCore/ChangeLog	2012-02-20 21:14:48 UTC (rev 108259)
+++ trunk/Source/WebCore/ChangeLog	2012-02-20 21:52:00 UTC (rev 108260)
@@ -1,3 +1,11 @@
+2012-02-20  Gavin Barraclough  <[email protected]>
+
+        Rubber stamped by Sam Weinig.
+
+        * bindings/js/JSDOMWindowBase.cpp:
+        (WebCore::JSDOMWindowBase::allowsAccessFrom):
+            - Errk, remove dead code from end of function.
+
 2012-02-16  Gavin Barraclough  <[email protected]>
 
         Move special __proto__ property to Object.prototype

Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp (108259 => 108260)


--- trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp	2012-02-20 21:14:48 UTC (rev 108259)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowBase.cpp	2012-02-20 21:52:00 UTC (rev 108260)
@@ -115,9 +115,6 @@
 
     targetWindow->printErrorMessage(targetWindow->crossDomainAccessErrorMessage(otherObject));
     return false;
-
-
-    return static_cast<const JSDOMWindowBase*>(thisObject)->allowsAccessFrom(exec);
 }
 
 bool JSDOMWindowBase::supportsProfiling(const JSGlobalObject* object)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to