[Webkit-unassigned] [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 09:09:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40278





--- Comment #46 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-06-30 09:09:02 PST ---
(From update of attachment 60015)

> @@ -3449,7 +3493,7 @@ uint64_t ewk_view_exceeded_database_quot
>      if (!sd->api->exceeded_database_quota)
>          return 0;
>  
> -    ERR("##### %lu %lu", current_size, expected_size);
> +    ERR("##### %u %u", current_size, expected_size);
>      return sd->api->exceeded_database_quota(sd, frame, databaseName, current_size, expected_size);
>  }

It seems that your last patch came with more pieces than needed. Also, this was a problem with warnings and was already fixed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list