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

Unified Diff: Source/bindings/tests/results/V8TestExtendedEvent.h

Issue 20034002: Add support for KeyboardEvent.location attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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
Index: Source/bindings/tests/results/V8TestExtendedEvent.h
diff --git a/Source/bindings/tests/results/V8TestExtendedEvent.h b/Source/bindings/tests/results/V8TestExtendedEvent.h
index 0767a39a041647e743e3c600b65c322c29bab17d..7b3dfd29bdb84e1b795060a945591d426833977c 100644
--- a/Source/bindings/tests/results/V8TestExtendedEvent.h
+++ b/Source/bindings/tests/results/V8TestExtendedEvent.h
@@ -30,6 +30,7 @@
namespace WebCore {
+class Dictionary;
class V8TestExtendedEvent {
public:
static bool HasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
@@ -41,6 +42,7 @@ public:
}
static void derefObject(void*);
static WrapperTypeInfo info;
+ static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
static inline void* toInternalPointer(Event* impl)
{
@@ -121,6 +123,8 @@ inline v8::Handle<v8::Value> toV8(PassRefPtr< Event > impl, v8::Handle<v8::Objec
return toV8(impl.get(), creationContext, isolate);
}
+bool fillEventInit(EventInit&, const Dictionary&);
+
}
#endif // ENABLE(TEST)
« no previous file with comments | « Source/bindings/tests/idls/TestExtendedEvent.idl ('k') | Source/bindings/tests/results/V8TestExtendedEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698