Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created January 20, 2016 19:32
Show Gist options
  • Save brendandahl/4a72f4592ab5e5167e95 to your computer and use it in GitHub Desktop.
Save brendandahl/4a72f4592ab5e5167e95 to your computer and use it in GitHub Desktop.
nsAutoCString url;
aPresContext->Document()->GetDocumentURI()->GetSpec(url);
printf("nsMediaQueryResultCacheKey::Matches [url = %s]\n", url.get());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment