aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performancemark.rs
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-09-05 17:12:16 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-09-06 13:33:30 +0200
commit8412f5403aec58eef3b29119c5dec9a73d4c414a (patch)
tree57da6c70a7a44934ad317105ff99795f78c259a3 /components/script/dom/performancemark.rs
parentf5e23a3a903a8142ff8993418142b0554f580c7d (diff)
downloadservo-8412f5403aec58eef3b29119c5dec9a73d4c414a.tar.gz
servo-8412f5403aec58eef3b29119c5dec9a73d4c414a.zip
User Timing API
Diffstat (limited to 'components/script/dom/performancemark.rs')
-rw-r--r--components/script/dom/performancemark.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/script/dom/performancemark.rs b/components/script/dom/performancemark.rs
new file mode 100644
index 00000000000..36208a98645
--- /dev/null
+++ b/components/script/dom/performancemark.rs
@@ -0,0 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+impl_performance_entry_struct!(PerformanceMarkBinding,
+ PerformanceMark,
+ "mark");