Ignore:
Timestamp:
Oct 8, 2008, 10:50:42 AM (17 years ago)
Author:
[email protected]
Message:

Roll out r37427 because it causes an infinite recursion loading about:blank.

https://bugs.webkit.org/show_bug.cgi?id=21476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/OpaqueJSString.h

    r37427 r37428  
    3030
    3131namespace JSC {
     32    class ExecState;
    3233    class Identifier;
    3334    class JSGlobalData;
    34 }
     35};
    3536
    3637struct OpaqueJSString : public ThreadSafeShared<OpaqueJSString> {
     
    5253
    5354    JSC::UString ustring() const;
     55
     56    JSC::Identifier identifier(JSC::ExecState*) const;
    5457    JSC::Identifier identifier(JSC::JSGlobalData*) const;
    5558
Note: See TracChangeset for help on using the changeset viewer.