Index: Source/modules/webgl/WebGLSync.cpp |
diff --git a/Source/modules/webgl/WebGLSync.cpp b/Source/modules/webgl/WebGLSync.cpp |
index d98c2f5d2e22a4a1df3f6fb10f4fb21cffe56f6c..b04105ce2bd07f121f31d521c40b5b32f0eee28e 100644 |
--- a/Source/modules/webgl/WebGLSync.cpp |
+++ b/Source/modules/webgl/WebGLSync.cpp |
@@ -12,9 +12,7 @@ namespace blink { |
WebGLSync::~WebGLSync() |
{ |
- // Always call detach here to ensure that platform object deletion |
- // happens with Oilpan enabled. It keeps the code regular to do it |
- // with or without Oilpan enabled. |
+ // Call detach here to ensure that platform object deletion happens. |
// |
// See comment in WebGLBuffer's destructor for additional |
// information on why this is done for WebGLSharedObject-derived |