Change CT assert to RT assert



git-svn-id: http://skia.googlecode.com/svn/trunk@4391 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp
index 1626bb0..34be43b 100644
--- a/src/gpu/gl/GrGLPath.cpp
+++ b/src/gpu/gl/GrGLPath.cpp
@@ -59,7 +59,7 @@
 
     SkSTArray<16, GrGLubyte, true> pathCommands;
 #ifndef SK_SCALAR_IS_FLOAT
-    GR_STATIC_ASSERT(false);
+    GrCrash("Assumes scalar is float.");
 #endif
     SkSTArray<16, SkPoint, true> pathPoints;