diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 07:40:45 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 07:40:45 +0000 |
commit | d9e6f8b3099d568dcd6653c8aeb8a59b6f490a2a (patch) | |
tree | 3868a5180b137ccfd2678b9ee02a1fd86d18ca64 /ppapi/cpp | |
parent | e85f519c9c2fabcb02e4f724d586707bc4de8267 (diff) | |
download | chromium_src-d9e6f8b3099d568dcd6653c8aeb8a59b6f490a2a.zip chromium_src-d9e6f8b3099d568dcd6653c8aeb8a59b6f490a2a.tar.gz chromium_src-d9e6f8b3099d568dcd6653c8aeb8a59b6f490a2a.tar.bz2 |
Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/6122002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp')
-rw-r--r-- | ppapi/cpp/var.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h index 0fdd5f5..e055cad 100644 --- a/ppapi/cpp/var.h +++ b/ppapi/cpp/var.h @@ -54,13 +54,6 @@ class Var { // Takes ownership of the given pointer. Var(Instance* instance, deprecated::ScriptableObject* object); - // TODO(brettw) erase this! This is a temporary hack to keep the build - // going while we land the nacl side of this change. Calling this function - // will crash rather than break the compile. - Var(deprecated::ScriptableObject* /* object */) { - *(int*)0 = 3; - } - Var(const Var& other); virtual ~Var(); |