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

Unified Diff: Source/bindings/tests/idls/TestObject.idl

Issue 18916003: Performance.onwebkitresourcetimingbufferfull should be a Function (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 61d4dfa54453df8941f5add9178f71292fe65480..3dbad68d3771b56b3a89b6754b838de53a924a1c 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -75,6 +75,9 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
// TypedArray attribute
attribute Float32Array typedArrayAttr;
+ // Function attribute
+ attribute Function functionAttr;
+
// Methods
void voidMethod();
void voidMethodWithArgs(long longArg, DOMString strArg, TestObject objArg);

Powered by Google App Engine
This is Rietveld 408576698