Index: Source/modules/serviceworkers/RegistrationOptions.idl |
diff --git a/Source/modules/serviceworkers/RegistrationOptions.idl b/Source/modules/serviceworkers/RegistrationOptions.idl |
index d01c634358cd3e4c54bb244fea4d46277f7904d2..704640b90f142654b63f8b881dc3c0af3079de73 100644 |
--- a/Source/modules/serviceworkers/RegistrationOptions.idl |
+++ b/Source/modules/serviceworkers/RegistrationOptions.idl |
@@ -3,8 +3,6 @@ |
// found in the LICENSE file. |
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#registration-option-list-dictionary |
-[ |
- GarbageCollected |
-] dictionary RegistrationOptions { |
+dictionary RegistrationOptions { |
ScalarValueString scope = "/"; |
}; |