summaryrefslogtreecommitdiffstats
path: root/WebCore/page/WebKitPoint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/WebKitPoint.idl')
-rw-r--r--WebCore/page/WebKitPoint.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/WebCore/page/WebKitPoint.idl b/WebCore/page/WebKitPoint.idl
index fd617b2..4e6021f 100644
--- a/WebCore/page/WebKitPoint.idl
+++ b/WebCore/page/WebKitPoint.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2009, 2010 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -25,7 +25,12 @@
module window {
- interface [CustomConstructor] WebKitPoint {
+ interface [
+ CanBeConstructed,
+ CustomConstructFunction,
+ ConstructorParameters=2,
+ V8CustomConstructor
+ ] WebKitPoint {
attribute float x;
attribute float y;
};