Ignore:
Timestamp:
Jan 10, 2017, 12:42:25 PM (9 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r210537.
https://bugs.webkit.org/show_bug.cgi?id=166903

This change introduced JSC test failures (Requested by
ryanhaddad on #webkit).

Reverted changeset:

"Implement JSSourceCode to propagate SourceCode in module
pipeline"
https://bugs.webkit.org/show_bug.cgi?id=166861
http://trac.webkit.org/changeset/210537

Patch by Commit Queue <[email protected]> on 2017-01-10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSModuleLoader.h

    r210537 r210557  
    3333class JSInternalPromise;
    3434class JSModuleNamespaceObject;
    35 class SourceCode;
    3635
    3736class JSModuleLoader : public JSNonFinalObject {
     
    6463
    6564    // APIs to control the module loader.
    66     JSValue provide(ExecState*, JSValue key, Status, const SourceCode&);
     65    JSValue provide(ExecState*, JSValue key, Status, const String&);
    6766    JSInternalPromise* loadAndEvaluateModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue initiator);
    6867    JSInternalPromise* loadModule(ExecState*, JSValue moduleName, JSValue referrer, JSValue initiator);
Note: See TracChangeset for help on using the changeset viewer.