- <rdar://problem/
3964302> SWB: A few files need to be updated to be compilable under GCC 4.0
* bindings/objc/WebScriptObjectPrivate.h: Make members public.
* kjs/lookup.h: Change "value.h" to "object.h" because we need KJS::Object to compile a template.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8421
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-01-20 Darin Adler <darin@apple.com>
+
+ Reviewed by me, changes by Han Ming Ong.
+
+ - <rdar://problem/3964302> SWB: A few files need to be updated to be compilable under GCC 4.0
+
+ * bindings/objc/WebScriptObjectPrivate.h: Make members public.
+ * kjs/lookup.h: Change "value.h" to "object.h" because we need KJS::Object to compile a template.
+
2005-01-20 Richard Williamson <rjw@apple.com>
Fixed <rdar://problem/3964634> undefined property value from binding seems to evaluate to true in an if statement
@interface WebScriptObjectPrivate : NSObject
{
+@public
KJS::ObjectImp *imp;
const KJS::Bindings::RootObject *executionContext;
const KJS::Bindings::RootObject *originExecutionContext;
#define _KJSLOOKUP_H_
#include "identifier.h"
-#include "value.h"
+#include "object.h"
#include <stdio.h>
namespace KJS {