| Index: third_party/WebKit/Source/modules/geofencing/GeofencingEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/geofencing/GeofencingEvent.idl b/third_party/WebKit/Source/modules/geofencing/GeofencingEvent.idl
|
| deleted file mode 100644
|
| index 47b3cc962f73b5f39ccf05ecca920cf4c47141b4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/modules/geofencing/GeofencingEvent.idl
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -[
|
| - RuntimeEnabled=Geofencing,
|
| - Exposed=ServiceWorker
|
| -] interface GeofencingEvent : Event {
|
| - readonly attribute DOMString id;
|
| - readonly attribute GeofencingRegion region;
|
| -};
|
|
|