Title: [202032] trunk/Source/WebCore
Revision
202032
Author
[email protected]
Date
2016-06-13 23:36:30 -0700 (Mon, 13 Jun 2016)

Log Message

Remove hasStaticPropertyTable (part 3: JSLocation::putDelegate)
https://bugs.webkit.org/show_bug.cgi?id=158431

Unreviewed build fix.

* bindings/js/JSLocationCustom.cpp:
(WebCore::JSLocation::putDelegate):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202031 => 202032)


--- trunk/Source/WebCore/ChangeLog	2016-06-14 06:18:32 UTC (rev 202031)
+++ trunk/Source/WebCore/ChangeLog	2016-06-14 06:36:30 UTC (rev 202032)
@@ -1,5 +1,15 @@
 2016-06-13  Gavin & Ellie Barraclough  <[email protected]>
 
+        Remove hasStaticPropertyTable (part 3: JSLocation::putDelegate)
+        https://bugs.webkit.org/show_bug.cgi?id=158431
+
+        Unreviewed build fix.
+
+        * bindings/js/JSLocationCustom.cpp:
+        (WebCore::JSLocation::putDelegate):
+
+2016-06-13  Gavin & Ellie Barraclough  <[email protected]>
+
         Remove hasStaticPropertyTable (part 4: JSHTMLDocument & JSStorage)
         https://bugs.webkit.org/show_bug.cgi?id=158431
 

Modified: trunk/Source/WebCore/bindings/js/JSLocationCustom.cpp (202031 => 202032)


--- trunk/Source/WebCore/bindings/js/JSLocationCustom.cpp	2016-06-14 06:18:32 UTC (rev 202031)
+++ trunk/Source/WebCore/bindings/js/JSLocationCustom.cpp	2016-06-14 06:36:30 UTC (rev 202032)
@@ -74,7 +74,7 @@
         return false;
 
     // Cross-domain access to the location is allowed when assigning the whole location,
-    // but not when assigning the individual pieces, since that might inadvertently
+    //but not when assigning the individual pieces, since that might inadvertently
     // disclose other parts of the original location.
     return propertyName != exec->propertyNames().href;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to