Chromium Code Reviews

Unified Diff: Source/core/timing/PerformanceMark.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/timing/PerformanceEntryList.idl ('k') | Source/core/timing/PerformanceMeasure.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceMark.idl
diff --git a/Source/core/timing/PerformanceMark.idl b/Source/core/timing/PerformanceMark.idl
index 6bae83efc1c142bad0227ebbc6505fc2d933e5c0..9dc44ab9514a981da1ddcdf6bbfea203322b031a 100644
--- a/Source/core/timing/PerformanceMark.idl
+++ b/Source/core/timing/PerformanceMark.idl
@@ -23,5 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://w3c.github.io/user-timing/#performancemark
+
interface PerformanceMark : PerformanceEntry {
};
« no previous file with comments | « Source/core/timing/PerformanceEntryList.idl ('k') | Source/core/timing/PerformanceMeasure.idl » ('j') | no next file with comments »

Powered by Google App Engine