Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: ppapi/cpp/var.h

Issue 6122002: Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/var.h
===================================================================
--- ppapi/cpp/var.h (revision 70721)
+++ ppapi/cpp/var.h (working copy)
@@ -54,13 +54,6 @@
// 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();
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698