Ignore:
Timestamp:
Jul 2, 2010, 4:49:07 PM (15 years ago)
Author:
[email protected]
Message:

2010-07-02 Sheriff Bot <[email protected]>

Unreviewed, rolling out r62410.
http://trac.webkit.org/changeset/62410
https://bugs.webkit.org/show_bug.cgi?id=41549

accursed last minute changes (Requested by olliej on #webkit).

  • parser/Lexer.cpp: (JSC::Lexer::setCode): (JSC::Lexer::copyCodeWithoutBOMs): (JSC::Lexer::sourceCode):
  • parser/SourceProvider.h: (JSC::): (JSC::SourceProvider::SourceProvider): (JSC::SourceProvider::hasBOMs): (JSC::UStringSourceProvider::create): (JSC::UStringSourceProvider::getRange): (JSC::UStringSourceProvider::UStringSourceProvider):
  • wtf/text/StringImpl.h:

2010-07-02 Sheriff Bot <[email protected]>

Unreviewed, rolling out r62410.
http://trac.webkit.org/changeset/62410
https://bugs.webkit.org/show_bug.cgi?id=41549

accursed last minute changes (Requested by olliej on #webkit).

  • bindings/js/ScriptSourceProvider.h: (WebCore::ScriptSourceProvider::ScriptSourceProvider):
  • bindings/js/StringSourceProvider.h: (WebCore::StringSourceProvider::StringSourceProvider):
  • loader/CachedScript.cpp: (WebCore::CachedScript::CachedScript): (WebCore::CachedScript::script):
  • loader/CachedScript.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/bindings/js/ScriptSourceProvider.h

    r62410 r62416  
    3636    class ScriptSourceProvider : public JSC::SourceProvider {
    3737    public:
    38         ScriptSourceProvider(const JSC::UString& url)
    39             : SourceProvider(url)
     38        ScriptSourceProvider(const JSC::UString& url, JSC::SourceBOMPresence hasBOMs = JSC::SourceCouldHaveBOMs)
     39            : SourceProvider(url, hasBOMs)
    4040        {
    4141        }
Note: See TracChangeset for help on using the changeset viewer.