No subject


Tue Jan 27 15:54:36 PST 2015


66    CFURLRef profileURL;
67    CFDictionaryRef profileInfo = (CFDictionaryRef)CFDictionaryGetValue(deviceInfo, kColorSyncCustomProfiles);
68    if (profileInfo)
69        profileURL = (CFURLRef)CFDictionaryGetValue(profileInfo, CFSTR("1"));
70    else {
71        profileInfo = (CFDictionaryRef)CFDictionaryGetValue(deviceInfo, kColorSyncFactoryProfiles);
72        CFDictionaryRef factoryProfile = (CFDictionaryRef)CFDictionaryGetValue(profileInfo, CFSTR("1"));
73        profileURL = (CFURLRef)CFDictionaryGetValue(factoryProfile, kColorSyncDeviceProfileURL);
74    }
75    

It appears that factoryProfile can be nil.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>
--1442015911.febE10.7668--


More information about the webkit-unassigned mailing list