Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / timing / Performance.idl
index 50e62a8..fbbfbe9 100644 (file)
@@ -30,9 +30,7 @@
  */
 
 // See: http://www.w3.org/TR/navigation-timing/
-[
-    WillBeGarbageCollected
-] interface Performance : EventTarget {
+interface Performance : EventTarget {
     readonly attribute PerformanceNavigation navigation;
     readonly attribute PerformanceTiming timing;
     readonly attribute MemoryInfo memory;
@@ -56,4 +54,3 @@
     // See http://www.w3.org/TR/hr-time/ for details.
     double now();
 };
-