Changeset 104899 in webkit for trunk/Source/JavaScriptCore/API


Ignore:
Timestamp:
Jan 12, 2012, 10:44:31 PM (13 years ago)
Author:
[email protected]
Message:

../JavaScriptCore: [Chromium] JSExportMacros.h should be visible.
https://bugs.webkit.org/show_bug.cgi?id=76147

Patch by MORITA Hajime <[email protected]> on 2012-01-12
Reviewed by Tony Chang.

  • config.h:

../WebCore: Clean up putDirect (part 2)
https://bugs.webkit.org/show_bug.cgi?id=76232

Reviewed by Sam Weinig.

Rename putWithAttributes to putDirectVirtual.

  • bindings/js/JSDOMWindowShell.cpp:

(WebCore::JSDOMWindowShell::putDirectVirtual):

  • bindings/js/JSDOMWindowShell.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSObjectRef.cpp

    r99497 r104899  
    275275
    276276    if (attributes && !jsObject->hasProperty(exec, name))
    277         jsObject->methodTable()->putWithAttributes(jsObject, exec, name, jsValue, attributes);
     277        jsObject->methodTable()->putDirectVirtual(jsObject, exec, name, jsValue, attributes);
    278278    else {
    279279        PutPropertySlot slot;
Note: See TracChangeset for help on using the changeset viewer.