Commit 449d7e7d authored by loislo@chromium.org's avatar loislo@chromium.org

Build fix for Linux64 after r10529.

BUG=none
TEST=none
TBR=mnaganov

Review URL: https://chromiumcodereview.appspot.com/9225021

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10530 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b6080562
...@@ -2833,7 +2833,7 @@ class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo { ...@@ -2833,7 +2833,7 @@ class NativeGroupRetainedObjectInfo : public v8::RetainedObjectInfo {
private: private:
bool disposed_; bool disposed_;
int hash_; intptr_t hash_;
const char* label_; const char* label_;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment