Index: third_party/WebKit/Source/platform/CrossThreadCopier.cpp |
diff --git a/third_party/WebKit/Source/platform/CrossThreadCopier.cpp b/third_party/WebKit/Source/platform/CrossThreadCopier.cpp |
index 3e3e875e320a6eb08e797b5654e754cc906bccad..d65368159902537e18493819b45360c8809b82b9 100644 |
--- a/third_party/WebKit/Source/platform/CrossThreadCopier.cpp |
+++ b/third_party/WebKit/Source/platform/CrossThreadCopier.cpp |
@@ -87,7 +87,7 @@ static_assert((std::is_same< |
// Add a generic specialization which will let's us verify that no other template matches. |
-template<typename T> struct CrossThreadCopierBase<false, false, false, T> { |
+template<typename T> struct CrossThreadCopierBase<T, false, false, false> { |
typedef int Type; |
}; |