Ignore:
Timestamp:
Jul 28, 2015, 8:27:23 PM (10 years ago)
Author:
[email protected]
Message:

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

Broke Windows bild (Requested by smfr on #webkit).

Reverted changeset:

"Implement WebAssembly module parser"
https://bugs.webkit.org/show_bug.cgi?id=147293
http://trac.webkit.org/changeset/187531

File:
1 edited

Legend:

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

    r187531 r187538  
    244244    WriteBarrier<Structure> m_regExpMatchesArrayStructure;
    245245    WriteBarrier<Structure> m_promiseStructure;
    246 #if ENABLE(WEBASSEMBLY)
    247     WriteBarrier<Structure> m_wasmModuleStructure;
    248 #endif
    249246
    250247#define DEFINE_STORAGE_FOR_SIMPLE_TYPE(capitalName, lowerName, properName, instanceType, jsName) \
     
    479476    Structure* regExpMatchesArrayStructure() const { return m_regExpMatchesArrayStructure.get(); }
    480477    Structure* promiseStructure() const { return m_promiseStructure.get(); }
    481 #if ENABLE(WEBASSEMBLY)
    482     Structure* wasmModuleStructure() const { return m_wasmModuleStructure.get(); }
    483 #endif
    484478
    485479    JS_EXPORT_PRIVATE void setRemoteDebuggingEnabled(bool);
Note: See TracChangeset for help on using the changeset viewer.