Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index 098d7ac5ea7117a7968e463e1c6116ac9350443d..9ccd7e0453e80741519a62e5ae92c2bccd0f9a4f 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -19,7 +19,7 @@ |
[ |
Constructor([Default=NullString] optional DOMString data), |
CallWith=ScriptExecutionContext, |
- CustomToV8, |
+ CustomToV8 |
] interface Text : CharacterData { |
// DOM Level 1 |