summaryrefslogtreecommitdiffstats
path: root/V8Binding/npapi
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-07-21 12:48:46 +0100
committerAndrei Popescu <andreip@google.com>2009-07-21 18:43:29 +0100
commitf9fb0fa96602f114a65681caede6ba917133ee99 (patch)
treec8cd775a06e40540d962d63aed48758d27ec0fec /V8Binding/npapi
parentce39e03a248f9bee3e746c15e7961b3e40a871ed (diff)
downloadexternal_webkit-f9fb0fa96602f114a65681caede6ba917133ee99.zip
external_webkit-f9fb0fa96602f114a65681caede6ba917133ee99.tar.gz
external_webkit-f9fb0fa96602f114a65681caede6ba917133ee99.tar.bz2
Add TODO(andreip) to those v8 binding files that have Android-specific modifications that may need fixing/upstreaming/etc
Diffstat (limited to 'V8Binding/npapi')
-rw-r--r--V8Binding/npapi/npapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/V8Binding/npapi/npapi.h b/V8Binding/npapi/npapi.h
index 3022984..320241e 100644
--- a/V8Binding/npapi/npapi.h
+++ b/V8Binding/npapi/npapi.h
@@ -356,6 +356,7 @@ typedef enum {
#endif
#ifdef ANDROID
+ // TODO(andreip): Remove?
NPPFakeValueToForce32Bits = 0x7FFFFFFF
#endif
} NPPVariable;