Ignore:
Timestamp:
Mar 24, 2014, 2:03:46 PM (11 years ago)
Author:
[email protected]
Message:

Stop pulling in all the macro assemblers from VM.h
<https://webkit.org/b/130691>

Remove #include of "GPRInfo.h". This breaks WebCore's dependency
on macro assemblers headers and removes 8 includes from every
.cpp file in the JS bindings.

Reviewed by Geoff Garen.

  • runtime/VM.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r166184 r166192  
     12014-03-24  Andreas Kling  <[email protected]>
     2
     3        Stop pulling in all the macro assemblers from VM.h
     4        <https://webkit.org/b/130691>
     5
     6        Remove #include of "GPRInfo.h". This breaks WebCore's dependency
     7        on macro assemblers headers and removes 8 includes from every
     8        .cpp file in the JS bindings.
     9
     10        Reviewed by Geoff Garen.
     11
     12        * runtime/VM.h:
     13
    1142014-03-24  Gavin Barraclough  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.