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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 03:51:35 PDT 2010


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





--- Comment #47 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-07-05 03:51:34 PST ---
(In reply to comment #46)
> (From update of attachment 60015 [details])
> 
> > @@ -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.

Ok, I will remove the code.

-- 
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