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

Unified Diff: Source/core/page/PerformanceTiming.idl

Issue 14672011: Remove [NoInterfaceObject] extended attribute from several interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt Created 7 years, 7 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
« no previous file with comments | « Source/core/page/PerformanceResourceTiming.idl ('k') | Source/core/page/Screen.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PerformanceTiming.idl
diff --git a/Source/core/page/PerformanceTiming.idl b/Source/core/page/PerformanceTiming.idl
index 2d973032eece917b4fab7ca5f510353f0adfffb8..160e5ccd93ad8709376c291a9b14f0acc7d41b85 100644
--- a/Source/core/page/PerformanceTiming.idl
+++ b/Source/core/page/PerformanceTiming.idl
@@ -29,9 +29,7 @@
*/
// See: http://dev.w3.org/2006/webapi/WebTiming/
-[
- NoInterfaceObject,
-] interface PerformanceTiming {
+interface PerformanceTiming {
readonly attribute unsigned long long navigationStart;
readonly attribute unsigned long long unloadEventStart;
readonly attribute unsigned long long unloadEventEnd;
« no previous file with comments | « Source/core/page/PerformanceResourceTiming.idl ('k') | Source/core/page/Screen.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698