Changeset 195219 in webkit


Ignore:
Timestamp:
Jan 18, 2016 5:27:15 AM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the --minimal build due to missing VM.h include
https://bugs.webkit.org/show_bug.cgi?id=153128

Reviewed by Michael Catanzaro.

  • bindings/js/WebCoreJSBuiltinInternals.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r195218 r195219  
     12016-01-18  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the --minimal build due to missing VM.h include
     4        https://bugs.webkit.org/show_bug.cgi?id=153128
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * bindings/js/WebCoreJSBuiltinInternals.h:
     9
    1102016-01-18  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h

    r195218 r195219  
    2727#ifndef WebCoreJSBuiltinInternals_h
    2828#define WebCoreJSBuiltinInternals_h
     29
     30#include <runtime/VM.h>
    2931
    3032#if ENABLE(MEDIA_STREAM)
Note: See TracChangeset for help on using the changeset viewer.