Added forgotten V8EXPORT attributes for v8::Array::CheckCast and v8::Number::CheckCast.
BUG=v8:1618 Review URL: http://codereview.chromium.org/7692020 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8986 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
41426bde56
commit
891b0eb919
@ -1335,7 +1335,7 @@ class Number : public Primitive {
|
||||
static inline Number* Cast(v8::Value* obj);
|
||||
private:
|
||||
V8EXPORT Number();
|
||||
static void CheckCast(v8::Value* obj);
|
||||
V8EXPORT static void CheckCast(v8::Value* obj);
|
||||
};
|
||||
|
||||
|
||||
@ -1709,7 +1709,7 @@ class Array : public Object {
|
||||
static inline Array* Cast(Value* obj);
|
||||
private:
|
||||
V8EXPORT Array();
|
||||
static void CheckCast(Value* obj);
|
||||
V8EXPORT static void CheckCast(Value* obj);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user