| Differences between
and this patch
- ChangeLog +9 lines
Lines 1-3 ChangeLog_sec1
1
2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        Qualify include path with wtf.        
6
        Avoids include ambiguities of HashMap.h file.
7
8
        * JavaScriptCore/interpreter/Interpreter.h:
9
1
2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10
2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
2
11
3
        Reviewed by Xan Lopez and Gustavo Noronha.
12
        Reviewed by Xan Lopez and Gustavo Noronha.
- JavaScriptCore/interpreter/Interpreter.h -1 / +1 lines
Lines 31-37 JavaScriptCore/interpreter/Interpreter.h_sec1
31
31
32
#include "ArgList.h"
32
#include "ArgList.h"
33
#include "FastAllocBase.h"
33
#include "FastAllocBase.h"
34
#include "HashMap.h"
34
#include "wtf/HashMap.h"
35
#include "JSCell.h"
35
#include "JSCell.h"
36
#include "JSValue.h"
36
#include "JSValue.h"
37
#include "JSObject.h"
37
#include "JSObject.h"

Return to Bug 27055