Changeset 159116 in webkit


Ignore:
Timestamp:
Nov 12, 2013 9:38:07 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Fix undefined reference issues in JavaScriptCore build.
https://bugs.webkit.org/show_bug.cgi?id=124152

Patch by Balazs Kilvady <kilvadyb@homejinni.com> on 2013-11-12
Reviewed by Michael Saboff.

Missing includes added.

  • runtime/SymbolTable.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r159110 r159116  
     12013-11-12  Balazs Kilvady  <kilvadyb@homejinni.com>
     2
     3        Fix undefined reference issues in JavaScriptCore build.
     4        https://bugs.webkit.org/show_bug.cgi?id=124152
     5
     6        Reviewed by Michael Saboff.
     7
     8        Missing includes added.
     9
     10        * runtime/SymbolTable.cpp:
     11
    1122013-11-12  Alexandru Chiculita  <achicu@adobe.com>
    213
  • trunk/Source/JavaScriptCore/runtime/SymbolTable.cpp

    r153132 r159116  
    2929#include "config.h"
    3030#include "SymbolTable.h"
     31
     32#include "JSCellInlines.h"
     33#include "JSDestructibleObject.h"
     34#include "SlotVisitorInlines.h"
    3135
    3236namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.