Ignore:
Timestamp:
Jan 10, 2017, 12:42:25 PM (8 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/jsc.cpp

    r210537 r210557  
    5454#include "JSONObject.h"
    5555#include "JSProxy.h"
    56 #include "JSSourceCode.h"
    5756#include "JSString.h"
    5857#include "JSTypedArrays.h"
     
    15781577        return deferred->reject(exec, createError(exec, makeString("Could not open file '", moduleKey, "'.")));
    15791578
    1580     return deferred->resolve(exec, JSSourceCode::create(exec->vm(), makeSource(stringFromUTF(utf8), SourceOrigin { moduleKey })));
     1579    return deferred->resolve(exec, jsString(exec, stringFromUTF(utf8)));
    15811580}
    15821581
Note: See TracChangeset for help on using the changeset viewer.