diff options
| author | Andrei Popescu <andreip@google.com> | 2009-07-21 12:48:46 +0100 |
|---|---|---|
| committer | Andrei Popescu <andreip@google.com> | 2009-07-21 18:43:29 +0100 |
| commit | f9fb0fa96602f114a65681caede6ba917133ee99 (patch) | |
| tree | c8cd775a06e40540d962d63aed48758d27ec0fec /V8Binding/npapi | |
| parent | ce39e03a248f9bee3e746c15e7961b3e40a871ed (diff) | |
| download | external_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.h | 1 |
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; |
