Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h

Issue 2907173002: Remove T:: from ActiveScriptWrappable<T>::DispatchHasPendingActivity() (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
diff --git a/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
index fc724191f0b3885ee85bec1e6f8a828340f18598..a64104afb9189b3b5bc1ffbec2cbbdf4f1f3189a 100644
--- a/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
+++ b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
@@ -55,7 +55,7 @@ class ActiveScriptWrappable : public ActiveScriptWrappableBase {
bool DispatchHasPendingActivity(
ActiveScriptWrappableBase* object) const final {
- return static_cast<T*>(object)->T::HasPendingActivity();
+ return static_cast<T*>(object)->HasPendingActivity();
}
ScriptWrappable* ToScriptWrappable(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698