Changeset 202032 in webkit


Ignore:
Timestamp:
Jun 13, 2016 11:36:30 PM (8 years ago)
Author:
barraclough@apple.com
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r202031 r202032  
     12016-06-13  Gavin & Ellie Barraclough  <barraclough@apple.com>
     2
     3        Remove hasStaticPropertyTable (part 3: JSLocation::putDelegate)
     4        https://bugs.webkit.org/show_bug.cgi?id=158431
     5
     6        Unreviewed build fix.
     7
     8        * bindings/js/JSLocationCustom.cpp:
     9        (WebCore::JSLocation::putDelegate):
     10
    1112016-06-13  Gavin & Ellie Barraclough  <barraclough@apple.com>
    212
  • trunk/Source/WebCore/bindings/js/JSLocationCustom.cpp

    r202030 r202032  
    7575
    7676    // Cross-domain access to the location is allowed when assigning the whole location,
    77     // but not when assigning the individual pieces, since that might inadvertently
     77    //but not when assigning the individual pieces, since that might inadvertently
    7878    // disclose other parts of the original location.
    7979    return propertyName != exec->propertyNames().href;
Note: See TracChangeset for help on using the changeset viewer.