aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performancemeasure.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/performancemeasure.rs
parentf5e23a3a903a8142ff8993418142b0554f580c7d (diff)
downloadservo-8412f5403aec58eef3b29119c5dec9a73d4c414a.tar.gz
servo-8412f5403aec58eef3b29119c5dec9a73d4c414a.zip
User Timing API
Diffstat (limited to 'components/script/dom/performancemeasure.rs')
-rw-r--r--components/script/dom/performancemeasure.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/script/dom/performancemeasure.rs b/components/script/dom/performancemeasure.rs
new file mode 100644
index 00000000000..79b185e2e25
--- /dev/null
+++ b/components/script/dom/performancemeasure.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!(PerformanceMeasureBinding,
+ PerformanceMeasure,
+ "measure");