| Index: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| index a883ec84206faa2416e07d0efa41feee983db5e8..c15baff9cd520de86eff9fdcc7314f77d44d488a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp
|
| @@ -18,7 +18,7 @@ void splitStringHelper(const String& str, HashSet<String>& set) {
|
| Vector<String> substrings;
|
| str.split(' ', substrings);
|
| for (size_t i = 0; i < substrings.size(); ++i)
|
| - set.add(substrings[i]);
|
| + set.insert(substrings[i]);
|
| }
|
|
|
| } // anonymous namespace
|
|
|