Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / timeline / TimelineFrameModel.js
index 1151e57..90c1d6a 100644 (file)
@@ -659,7 +659,7 @@ WebInspector.LayerPaintEvent.prototype = {
          */
         function onGotObject(result)
         {
-            if (!result || !result["skp64"]) {
+            if (!result || !result["skp64"] || !target) {
                 callback(null, null);
                 return;
             }