Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(737)

Unified Diff: core/dom/StringCallback.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/dom/StringCallback.idl
diff --git a/core/dom/StringCallback.idl b/core/dom/StringCallback.idl
index 9ed416f97c990bc8b989819957639a82aafac7f5..9ab79c13cede2950d44de2052494d3388252fc4f 100644
--- a/core/dom/StringCallback.idl
+++ b/core/dom/StringCallback.idl
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface StringCallback {
+callback interface StringCallback {
boolean handleEvent(DOMString data);
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b