Index: third_party/WebKit/Source/core/timing/Performance.cpp |
diff --git a/third_party/WebKit/Source/core/timing/Performance.cpp b/third_party/WebKit/Source/core/timing/Performance.cpp |
index b5a7447cdce29c10697f4262a00d1ffec3e74041..20e24d20693b5bd6a4eb7f10a0cc1b28e6d5309b 100644 |
--- a/third_party/WebKit/Source/core/timing/Performance.cpp |
+++ b/third_party/WebKit/Source/core/timing/Performance.cpp |
@@ -142,8 +142,7 @@ PerformanceTiming* Performance::timing() const { |
void Performance::updateLongTaskInstrumentation() { |
DCHECK(frame()); |
- if (!frame()->document() || |
- !OriginTrials::longTaskObserverEnabled(frame()->document())) |
+ if (!frame()->document()) |
return; |
if (hasObserverFor(PerformanceEntry::LongTask)) { |