Fix compilation without declarative backend

This commit is contained in:
Simon Hausmann
2010-01-26 12:06:44 +01:00
parent e722570f06
commit 521c69a744
2 changed files with 10 additions and 0 deletions

View File

@@ -504,7 +504,9 @@ private:
ObjectValue *_globalObject;
ObjectValue *_mathObject;
#ifndef NO_DECLARATIVE_BACKEND
ObjectValue *_qmlKeysObject;
#endif
NullValue _nullValue;
UndefinedValue _undefinedValue;