Changeset 45909 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 15, 2009, 8:14:15 AM (16 years ago)
Author:
Simon Hausmann
Message:

2009-07-15 Norbert Leser <[email protected]>

Reviewed by Darin Adler.

Qualify include path with wtf to fix compilation
on Symbian.
https://bugs.webkit.org/show_bug.cgi?id=27055

  • interpreter/Interpreter.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r45908 r45909  
     12009-07-15  Norbert Leser  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4
     5        Qualify include path with wtf to fix compilation
     6        on Symbian.
     7        https://bugs.webkit.org/show_bug.cgi?id=27055
     8
     9        * interpreter/Interpreter.h:
     10
    1112009-07-15  Laszlo Gombos  <[email protected]>
    212
  • trunk/JavaScriptCore/interpreter/Interpreter.h

    r45370 r45909  
    3232#include "ArgList.h"
    3333#include "FastAllocBase.h"
    34 #include "HashMap.h"
    3534#include "JSCell.h"
    3635#include "JSValue.h"
     
    3837#include "Opcode.h"
    3938#include "RegisterFile.h"
     39
     40#include <wtf/HashMap.h>
    4041
    4142namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.