Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / EventSourceInit.idl
index 39c9157..8e713e5 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-[
-    GarbageCollected
-] dictionary EventSourceInit {
+dictionary EventSourceInit {
     boolean withCredentials = false;
 };