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

    r34372 r35027  
    4545    class UStringSourceProvider : public SourceProvider {
    4646    public:
    47         static PassRefPtr<UStringSourceProvider> create(const UString& source) { return adoptRef(new UStringSourceProvider(source)); }
     47        static PassRefPtr<UStringSourceProvider> create(const UString& source)
     48        {
     49            return adoptRef(new UStringSourceProvider(source));
     50        }
    4851
    4952        UString getRange(int start, int end) const { return m_source.substr(start, end - start); }
Note: See TracChangeset for help on using the changeset viewer.