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

Unified Diff: Source/modules/geolocation/PositionCallback.idl

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 7 years, 8 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/modules/geolocation/PositionCallback.idl
diff --git a/Source/modules/geolocation/PositionCallback.idl b/Source/modules/geolocation/PositionCallback.idl
index d7542737d5b00480fd92a193ad4dafaf9eeb645f..ca5a7be6d8c2e317c240421f770257b4a9d342f8 100644
--- a/Source/modules/geolocation/PositionCallback.idl
+++ b/Source/modules/geolocation/PositionCallback.idl
@@ -22,8 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback
-] interface PositionCallback {
+callback interface PositionCallback {
boolean handleEvent(Geoposition position);
};
« no previous file with comments | « Source/modules/filesystem/MetadataCallback.idl ('k') | Source/modules/geolocation/PositionErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698