Backed out 1 changesets (bug 1189881) for bustage on a CLOSED TREE

Backed out changeset e0b666c198dd (bug 1189881)
This commit is contained in:
Carsten "Tomcat" Book
2015-09-17 14:07:04 +02:00
parent 21df358d9d
commit 41382ade14
7 changed files with 15 additions and 66 deletions

View File

@@ -22,7 +22,6 @@ public class GeckoJavaSampler {
// Use the same timer primitive as the profiler
// to get a perfect sample syncing.
@WrapForJNI
private static native double getProfilerTime();
private static class Sample {
@@ -209,3 +208,6 @@ public class GeckoJavaSampler {
}
}
}