Ignore:
Timestamp:
Jul 6, 2008, 7:49:29 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-07-06 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Second step in broad cleanup effort.

[ File list elided ]

WebCore:

2008-07-06 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Add #include for kjs/protect.h.

  • xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::loadRequestAsynchronously):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/RegExpObject.h

    r34870 r35027  
    4242        JSValue* exec(ExecState*, const ArgList&);
    4343
    44         bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
     44        bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
    4545        JSValue* getValueProperty(ExecState*, int token) const;
    46         void put(ExecState*, const Identifier&, JSValue*);
     46        void put(ExecState*, const Identifier& propertyName, JSValue*);
    4747        void putValueProperty(ExecState*, int token, JSValue*);
    4848
Note: See TracChangeset for help on using the changeset viewer.