Index: Source/wtf/WTFPlatform.cpp |
diff --git a/Source/core/html/canvas/EXTFragDepth.idl b/Source/wtf/WTFPlatform.cpp |
similarity index 91% |
copy from Source/core/html/canvas/EXTFragDepth.idl |
copy to Source/wtf/WTFPlatform.cpp |
index 52a6f932c30eb3d04b60fc0e9ae33e996ea9de04..6ec3b1a40d88b47805cdec8ea87cd51eff8bba24 100644 |
--- a/Source/core/html/canvas/EXTFragDepth.idl |
+++ b/Source/wtf/WTFPlatform.cpp |
@@ -23,7 +23,11 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- NoInterfaceObject |
-] interface EXTFragDepth { |
-}; |
+#include "config.h" |
+#include "wtf/WTFPlatform.h" |
+ |
+namespace WTF { |
+ |
+WTFPlatform* WTFPlatform::s_instance; |
+ |
+} // namespace WTF |