author | Chetan Kapoor <chetank@symbian.org> |
Thu, 29 Oct 2009 10:39:51 +0000 | |
branch | CompilerCompatibility |
changeset 26 | 63ded8f94800 |
parent 25 | 9d87bae3dc1b |
child 31 | 3dbb0284a087 |
webengine/osswebengine/JavaScriptCore/kjs/internal.h | file | annotate | diff | comparison | revisions |
--- a/webengine/osswebengine/JavaScriptCore/kjs/internal.h Tue Oct 27 10:58:40 2009 +0000 +++ b/webengine/osswebengine/JavaScriptCore/kjs/internal.h Thu Oct 29 10:39:51 2009 +0000 @@ -66,7 +66,7 @@ class NumberImp : public JSCell { friend class ConstantValues; - friend JSValue *jsNumberCell(double); + IMPORT friend JSValue *jsNumberCell(double); public: double value() const { return val; }