Ignore:
Timestamp:
Oct 20, 2017, 2:02:20 AM (8 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, follow up to reflect comments
https://bugs.webkit.org/show_bug.cgi?id=178340

  • runtime/JSModuleLoader.cpp:

(JSC::JSModuleLoader::notifyCompleted):

File:
1 edited

Legend:

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

    r223744 r223751  
    310310        return jsUndefined();
    311311
    312     Identifier moduleKey = jsValueToModuleKey(exec, key);
     312    auto moduleKey = jsValueToModuleKey(exec, key);
    313313    fetcher->notifyLoadCompleted(*moduleKey.impl());
    314314    return jsUndefined();
Note: See TracChangeset for help on using the changeset viewer.