f8eed86591
JavaScriptCore is part of Gtk-Wecore. JavaScriptCore is javascript interpreter that OSB uses. It is based on Apple's WebCore JavaScriptCore code, which is in turn based on KDE kjs code.
10 lines
204 B
C++
10 lines
204 B
C++
--- kjs/lookup.h.orig 2004/09/23 08:27:54
|
|
+++ kjs/lookup.h 2004/11/29 06:28:35
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include "identifier.h"
|
|
#include "value.h"
|
|
+#include "object.h"
|
|
#include <stdio.h>
|
|
|
|
namespace KJS {
|