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

    r34946 r35027  
    8686        }
    8787
    88         JSVariableObject(JSValue* proto, JSVariableObjectData* data)
    89             : JSObject(proto)
     88        JSVariableObject(JSValue* prototype, JSVariableObjectData* data)
     89            : JSObject(prototype)
    9090            , d(data) // Subclass owns this pointer.
    9191        {
Note: See TracChangeset for help on using the changeset viewer.