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/NumberConstructor.h

    r34901 r35027  
    3030    class NumberPrototype;
    3131
    32     /**
    33      * @internal
    34      *
    35      * The initial value of the the global variable's "Number" property
    36      */
    3732    class NumberConstructor : public InternalFunction {
    3833    public:
     
    4944        virtual ConstructType getConstructData(ConstructData&);
    5045        virtual CallType getCallData(CallData&);
     46
    5147        virtual const ClassInfo* classInfo() const { return &info; }
    5248    };
Note: See TracChangeset for help on using the changeset viewer.