Index: core/svg/SVGGeometryElement.idl |
diff --git a/core/events/BeforeUnloadEvent.idl b/core/svg/SVGGeometryElement.idl |
similarity index 91% |
copy from core/events/BeforeUnloadEvent.idl |
copy to core/svg/SVGGeometryElement.idl |
index 618d55809395c4d4e5fa4497739234945eea2e91..d7837585b2811107cf71382233de34d62f2989e5 100644 |
--- a/core/events/BeforeUnloadEvent.idl |
+++ b/core/svg/SVGGeometryElement.idl |
@@ -28,6 +28,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface BeforeUnloadEvent : Event { |
- attribute DOMString returnValue; |
+interface SVGGeometryElement : SVGGraphicsElement { |
+ boolean isPointInFill(SVGPoint point); |
+ boolean isPointInStroke(SVGPoint point); |
}; |