Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / performance / WorkerGlobalScopePerformance.idl
index 0bbe715..559003a 100644 (file)
@@ -28,8 +28,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-[
-    RuntimeEnabled=HighResolutionTimeInWorkers,
-] partial interface WorkerGlobalScope {
+partial interface WorkerGlobalScope {
     readonly attribute WorkerPerformance performance;
 };